home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / vgw102a.zip / SECTION.FRM < prev    next >
Text File  |  1994-09-18  |  1KB  |  22 lines

  1. {This form writes the scores for all tasks for all students in the class!
  2. {[OnePerPage] <- Add this command to print one set of students per page
  3. [Print"Points=12"]Class: [classname]
  4. Date: [date][PageNumbers]
  5. [SAY"This form writes all the scores for all students in the class."]
  6. [header]["Task Number":14][" ":2]["Task Name":20][" ":2]["Task Number":14][" ":2]["Task Name":20]
  7. [repeat(2)][dtask@1][TaskNum:6][" ":10][TaskName:20][" ":2][dtask(2)+][TaskNum:6][" ":10][TaskName:20]
  8.  
  9. [loop:1{start at one}:4{do four tasks at a time}]
  10. [header]["Name":21][CJust][dtask][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][LJust]
  11. [LJust][students][name:22][dtask][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2]
  12.  
  13. [loopend:8000{last possible task}]
  14.  
  15. {The following puts the Task Name at the top of the line, instead of the number
  16. {Remove the these two comment lines, and the LEFT CURLY BRACKETS below to print them:
  17. {[loop:1:3]
  18. {[header]["Name":21][RJust][dtask][TaskName:18][dtask+][TaskName:18][dtask+][TaskName:18][LJUST]
  19. {[students][name:21][dtask][taskscore:18:2][dtask+][taskscore:18:2][dtask+][taskscore:18:2]
  20. {
  21. {[loopend:8000]
  22.